home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / utility / ffe101.zip / GRAPH.SWG / 0003_CEG.pas < prev    next >
Pascal/Delphi Source File  |  1996-09-04  |  2KB  |  38 lines

  1. --------I-CEG-------------------------------
  2.  
  3. The  CEG (Continous Edge Graphic)-format is a raw picture format used by
  4. the  Edsun  cards with CEG-chips which  provide some better look through
  5. anti-aliasing  or something like that. The  header before the data looks
  6. like this :
  7.  
  8. OFFSET              Count TYPE   Description
  9. 0000h                   1 word   Version number of the CEG-format
  10. 0002h                   9 char   ID='Edsun CEG'
  11. 000Bh                   1 byte   Number of pixels per byte
  12. 000Ch                   9 byte   Reserved
  13. 0015h                  80 char   ASCIIZ copyright notice for the image
  14. 0065h                   1 byte   CEG-revision number (1)
  15. 0066h                   1 byte   Used CEG-mode (0..15)
  16. 0067h                   1 Word   Number of pixels per line
  17. 0069h                   1 word   Number of lines
  18. 006Ah                   1 byte   Old VGA-mode
  19. 006Bh                   1 byte   VGA Data flag :
  20.                                   0 - VGA registers are invalid
  21.                                   1 - VGA registers are valid
  22. 006Ch                  92 byte   VGA register data
  23. 00C2h                 256 rec    VGA palette entries
  24.                         1 byte   Value for red
  25.                         1 byte   Value for green
  26.                         1 byte   Value for blue
  27. 03C2h                   1 word   Year of file creation
  28. 03C4h                   1 byte   Day of file creation
  29. 03C5h                   1 byte   Month of file creation
  30. 03C6h                   1 byte   Hour of file creation
  31. 03C7h                   1 byte   Minute of file creation
  32. 03C8h                   1 byte   Second of file creation
  33. 03C9h                  24 byte   Reserved for future use
  34. EXTENSION:???
  35. OCCURENCES:PC
  36. PROGRAMS:???
  37.  
  38.